Carbon


SndGetSysBeepState

Header: Sound.h Carbon status: Supported

Determines if the system alert sound is enabled.

void SndGetSysBeepState (
    SInt16 *sysBeepState
);
Parameter descriptions
sysBeepState

On return, a pointer to the state of the system alert sound, represented by either of the constants, sysBeepDisable or sysBeepEnable. See “System Beep State Constants”.

SPECIAL CONSIDERATIONS

You can call the SndGetSysBeepState function at interrupt time.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)